Re: [INTERFACES] applet don't go

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [INTERFACES] applet don't go
Дата
Msg-id l03110706b25cf91c9a29@[147.233.159.109]
обсуждение исходный текст
Ответ на Re: [INTERFACES] applet don't go  (Andrea Antibo <antibo@mclink.it>)
Ответы Re: [INTERFACES] applet don't go
Re: [INTERFACES] applet don't go
Список pgsql-interfaces
At 18:30 +0200 on 28/10/98, Andrea Antibo wrote:


> the url of the html page is:  http://my.domain.com/page.html
>
> for jdbc I have on the code of applet : jdbc:postgresql:mydb

Well then, you have to have THE SAME DOMAIN in both of them. The way the
jdbc URL is written, it assumes it is running on the localhost. As soon as
Netscape sees that it's not the same exact domain (it can't know that
localhost is the same as my.domain.com), it refuses to cooperate.

So change the URL like I showed you:

   jdbc:postgresql://my.domain.com/mydb

In addition, make sure the url of the web page is indeed http: and not file:.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] Re: postgres odbc applix
Следующее
От: Murad Nayal
Дата:
Сообщение: [Fwd: postgresql JDBC driver question]